A C D E F G I J L M N P R S T V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- scan() - Method in class MusicLandscape.Date
- scan() - Method in class MusicLandscape.entities.Track
-
Guides the user through a process that allows scanning/modifying of this track with a text-based user interface.
- scan() - Method in interface MusicLandscape.util.ConsoleScanable
-
Guides the user through a process that allows scanning/modifying an object with a text-based user interface.
- scan(String) - Method in class MusicLandscape.util.ConsoleFieldScanner
-
Prompt the user for an input value.
- scanner - Variable in class MusicLandscape.util.ConsoleFieldScanner
-
The scanner object in use.
- setArtist(Artist) - Method in class MusicLandscape.entities.Event
-
sets the artist of this event
- setArtist(Artist) - Method in class MusicLandscape.entities.Release
-
Set the artist of this release.
This method accepts null arguments. - setAttendees(int) - Method in class MusicLandscape.entities.Event
-
sets the number of attendees of this event
- setCapacity(int) - Method in class MusicLandscape.Venue
-
set the capacity of this venue the capacity must be a non-negative number.
- setDate(Date) - Method in class MusicLandscape.entities.Event
-
sets the date of this event
- setDescription(String) - Method in class MusicLandscape.entities.Event
-
sets the description of this event
- setDuration(int) - Method in class MusicLandscape.entities.Track
-
sets the duration
- setJulian(int) - Method in class MusicLandscape.Date
-
sets the current Date to the Date given as Julian Day Number
- setList - Variable in class MusicLandscape.entities.Concert
-
array holding the tracks of the setlist
- setName(String) - Method in class MusicLandscape.entities.Artist
-
sets the name of this artist.
- setName(String) - Method in class MusicLandscape.entities.TVShow
-
sets the name of this TVShow
- setName(String) - Method in class MusicLandscape.Venue
-
set the name of this venue
- setPerformer(Artist) - Method in class MusicLandscape.entities.Track
-
sets the performer of this track
- setSetList(Track[]) - Method in class MusicLandscape.entities.Concert
-
sets the setList
- setTitle(String) - Method in class MusicLandscape.entities.Release
-
Set the title of this release.
This method accepts null Strings. - setTitle(String) - Method in class MusicLandscape.entities.Track
-
sets the title of this track.
- setTrack(Track) - Method in class MusicLandscape.entities.MusicVideo
-
Sets the track of this music video.
- setVenue(Venue) - Method in class MusicLandscape.entities.Event
-
sets the venue of this event
- setViewers(int) - Method in class MusicLandscape.entities.TVShow
-
sets the viewers of this TVshow
- setWriter(Artist) - Method in class MusicLandscape.entities.Track
-
sets the writer of this track
- setYear(int) - Method in class MusicLandscape.entities.Release
-
Set the year of this release.
If the argument is outside the allowed range it is ignored. - setYear(int) - Method in class MusicLandscape.entities.Track
-
sets the production year of this track
- skippable - Variable in class MusicLandscape.util.ConsoleFieldScanner
-
Whether the input can be skipped (by pressing Enter for example).
- SKIPPABLE - Static variable in class MusicLandscape.util.ConsoleFieldScanner
-
constant to allow readable indication of a skippable input
All Classes All Packages